runtime.moduledata.text (field)
11 uses
runtime (current package)
plugin.go#L38: if inRange(pmd.text, pmd.etext, md.text, md.etext) ||
plugin.go#L43: println("\tpmd.text-etext=", hex(pmd.text), "-", hex(pmd.etext))
plugin.go#L47: println("\tmd.text-etext=", hex(md.text), "-", hex(md.etext))
symtab.go#L401: text, etext uintptr
symtab.go#L599: hdr.minLC != sys.PCQuantum || hdr.ptrSize != goarch.PtrSize || hdr.textStart != datap.text {
symtab.go#L602: "text=", hex(datap.text), "pluginpath=", datap.pluginpath)
symtab.go#L663: res := md.text + off
symtab.go#L673: println("runtime: textAddr", hex(res), "out of range", hex(md.text), "-", hex(md.etext))
symtab.go#L687: res := uint32(pc - md.text)
symtab.go#L885: x := uintptr(pcOff) + datap.text - datap.minpc // TODO: are datap.text and datap.minpc always equal?
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |